Fix syntaxError with using namespace ::std (f'up to #8454)#6100
Fix syntaxError with using namespace ::std (f'up to #8454)#6100chrchr-github merged 1 commit intocppcheck-opensource:mainfrom
Conversation
Because we might have a bug. I vaguely remember something similar (I might be mistaken though). Maybe add some additional unit tests for that. There's also https://trac.cppcheck.net/ticket/11169 which could be addressed along the way. Looking at the ticket it seems to explain the issue you are seeing... |
|
I bet we also have code that relies on the current behavior... |
For sure. Just makes things more interesting. The fun never ends... But just having TODO testcases would be a start. |
|
Just changing |
|
TGIF |
this is old decisions I don't even remember exactly. but in my head if we can make %type% more intuitive that is good.. I would not be strongly against that in theory. but well in practice I guess it breaks tons of code so let's be careful. |
We could introduce some debug or internal checks to try to get a hold on it. |
Why do
%type%and%name%match keywords?